Package-level declarations

Types

Link copied to clipboard

Provides constants for Anthropic AI model identifiers. This class contains the latest model versions for Claude AI models offered by Anthropic.

Link copied to clipboard

Provides constants for DeepSeek AI model identifiers. This class contains the latest model versions for DeepSeek AI models offered by DeepSeek.

Link copied to clipboard

Docker local models This class will always be loaded, but models won't be loaded from the Docker endpoint unless the "docker" profile is set. Model names will be precisely as reported from http://localhost:12434/engines/v1/models (assuming default port).

Link copied to clipboard
Well-known models from Google Gemini.
Link copied to clipboard

Provides constants for Google GenAI (Gemini) model identifiers. This class contains the latest model versions for Gemini models offered by Google.

Link copied to clipboard
Link copied to clipboard

Provides constants for MiniMax AI model identifiers. MiniMax offers large language models with up to 1M token context windows via an OpenAI-compatible API.

Link copied to clipboard

Provides constants for Mistral AI model identifiers. This class contains the latest model versions for models offered by Mistral AI.

Link copied to clipboard

Popular Ollama models as constants for easy reference and type safety. These represent the most commonly used models in the Ollama ecosystem.

Link copied to clipboard

Well-known models from OpenAI. Model IDs verified against GET /v1/models on 2026-03-29. Undated aliases (e.g. GPT_54) always resolve to the latest pinned version. Use dated constants (e.g. GPT_54_2026_03_05) for reproducible behaviour.